
body {
    background: #F4F1EB;
    color: #535353;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Hanken Grotesk", sans-serif;
}

.site-container {
	max-width: 1300px;
	margin: auto;
	display: block;
    padding: 0 15px;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 10px
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}


.youtube-play-button {
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-play-button img{
    width: 100%;
    height: auto;
}
.youtube-play-button .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
    position: absolute;
}
.youtube-play-button:hover .play-button{
    background-color: #d02f38;
}
.youtube-play-button .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}
.video-container-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container-box .youtube-play-button {
    position: initial;
}
.video-youtube-box {
    position: relative;
}
.video-youtube-box img{
    margin: 0; 
    width: 100%;
    height: auto;
    float: left;
}
.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


img {
    max-width: 100%;
    height: auto;
}

.video-half,
.half-video {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

.image-half,
.img-half,
.half-img,
.half-image {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

.bold {
    font-weight: bold;
}
.center{
    text-align: center;
}   

a {
    color: #000;
}

.default-text {
    font-size: 18px;
    line-height: 1.7;
}
.default-text p a,
.default-text li a {
    color: inherit;
    text-decoration: underline;
}

h1 {
    color: #010101;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.5;
    margin: 30px 0;
    text-align: center;
}        
h2 {
    color: #010101;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    margin: 30px 0;
    text-align: center;
}        
h3 {
    color: #010101;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 0;
}        

p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #535353;
}
li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 5px;
    color: #535353;
}

ul.two {
    display: flow-root;
}
ul.two li{
    width: 50%;
    float: left;
    padding-right: 20px;
}
ul.three {
    display: flow-root;
}
ul.three li{
    width: 33%;
    float: left;
    padding-right: 20px;
}
ul.four {
    display: inline-block;
    width: 100%;
}
ul.four li{
    width: 25%;
    float: left;
    padding-right: 20px;
}
ul.flow {
    display: flow-root;
}
ol, ul {
    margin-bottom: 15px;
}




.buttons-center {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.buttons-center a {
    display: inline-block;
    margin: 0 10px 10px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    text-transform: uppercase;
}
.buttons-center a:focus,
.buttons-center a:hover {
    background: #383a3b;
    text-decoration: none;
    color: #fff;
}
.default-button {
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
}
.default-button:focus,
.default-button:hover {
    background: #383a3b;
    text-decoration: none;
    color: #fff;
}


header {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}
header .logo {
    display: inline-block;
    float: left;
}
header .logo img {
    max-width: 150px;
}
header .open-menu {
    display: inline-block;
    float: right;
    cursor: pointer;
}
header .open-menu span {
    font-size: 30px;
}
header .menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    width: 250px;
    z-index: 999;
}
header .menu .close-menu {
    margin-bottom: 20px;
}
header .menu .close-menu span {
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}
header .menu .close-menu span:hover {
    color: #fff;
}
header .menu ul {
    padding-left: 15px;
}
header .menu ul li {
    list-style: none;
    margin-bottom: 10px;
}
header .menu ul li a {
    display: block;
    padding: 5px;
    color: #fff;
    font-size: 18px;
}
header .menu ul li a:hover {

}
.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: lch(0 0 0 / 0.9);
    z-index: 999;
}


footer {
    padding: 30px 0;
    text-align: center;
    margin-top: 50px;
}
footer .text {
    text-align: center;
}
footer .text .brand {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #000;
}
footer .text .manage {
    color: #010101;
    font-size: 18px;
    line-height: 1;
}
footer .text .sleep {
    font-size: 16px;
    color: #a2a2a2;
    margin: 10px 0;
}
footer .text .julie {
    color: #010101;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}
footer .text .info {
    font-size: 18px;
    line-height: 1.5;
}
footer .links a {
    font-size: 16px;
    display: inline-block;
    margin: 10px;
}
footer .copyright {
    margin: 0;
    font-size: 16px;
}



.hp-top {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.hp-top .site-container {
    border-bottom: 4px dotted #a2a2a2;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.hp-top h1 {
    font-size: 70px;
    margin: 0;
}
.hp-top h4 {
    color: #010101;
    font-size: 30px;
}
.hp-top p {
    font-size: 20px;
    color: #a2a2a2;
    margin: 20px 0;
}
.hp-top a.default-button {
    display: inline-block;
}


.help-you h2 {
    font-size: 30px;
}
.help-you h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
    margin: 10px 0;
}
.help-you .col {
    margin-bottom: 30px;
}


.about-content h4 {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
}


/*search page*/
.search-content {
    display: block;
    margin: auto;
    max-width: 1000px;
}
.search-results .result {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}   
.search-results .result .text p {
    margin-bottom: 0;
    font-size: 17px;
}
.search-results .result .text a.title {
    font-size: 19px;
    font-weight: 500;
    display: block;
    clear: both;
    margin-bottom: 5px;
}


.error-404 {
    max-width: 500px;
    margin: auto;
}
.error-404 form {
    display: inline-block;
    width: 100%;
}
.error-404 form input {
    display: inline-block;
    width: calc(100% - 100px);
    float: left;
    border: 1px solid #71bd37;
    height: 50px;
    padding: 10px;
    font-size: 18px;
    border-radius: 0;
}
.error-404 form button {
    display: inline-block;
    float: left;
    width: 100px;
    font-size: 17px;
    height: 50px;
    text-align: center;
    padding: 5px;
    margin: 0;
}


.testimonials .item {
    margin: 80px 0;
    text-align: center;
}
.testimonials .item .img {
    overflow: hidden;
    border-radius: 50%;
    max-width: 250px;
    height: auto;
    margin: auto;
}
.testimonials .item .text .desc {
    color: #000;
    font-size: 25px;
}
.testimonials .item .text .author {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}
.testimonials .item .text .job {
    color: #a2a2a2;
    font-size: 20px;
}


.services .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.services .item {
    margin-bottom: 50px;
    text-align: center;
}
.services .item .img i {
    margin: 20px auto;
    font-size: 40px;
    text-align: center;
}
.services .item h3 {
    font-size: 22px;
    margin: 15px 0 10px;
}


.blogs .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.blogs .item {
    margin-bottom: 40px;
}
.blogs .item .image {
    overflow: hidden;
}
.blogs .item .image img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
    height: auto;
}
.blogs .item .image:hover img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}
.blogs .item p.title {
    text-align: center;
    margin: 10px 0;
    line-height: 1.5;
    font-size: 22px;
    font-weight: 500;
}
.blog-article {
    display: block;
    padding-bottom: 50px;
}



.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form .form-group label.error {
    color: red;
    font-weight: 500;
}
.contact-form .form-group input {
    height: auto;
    padding: 10px;
    font-size: 17px;
    border-radius: 0;
}
.contact-form .form-group textarea {
    height: auto;
    padding: 10px;
    font-size: 17px;
    border-radius: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
}
.contact-details {
    margin-bottom: 30px;
}


.sitemap {
    padding-bottom: 50px;
}
.sitemap-section {
    margin-bottom: 50px;
}
.sitemap-section .links {
    display: inline-block;
    width: 100%;
}
.sitemap-section .links a {
    display: inline-block;
    width: 24%;
    float: left;
    text-align: center;
    font-size: 17px;
    margin: 0.5%;
    padding: 5px;
}
.sitemap-section .links-blog a {
    width: 32.33%;
}
.sitemap-section .title h4 {
    text-align: center;
    font-size: 22px;
}





















